VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles Namespace / ImageFileBase<T> Class
Constructors Properties Methods SeeAlso
In This Topic
    ImageFileBase<T> Class Members
    In This Topic
    The following tables list the members exposed by ImageFileBase<T>.
    Protected Constructors
     NameDescription
    Protected ConstructorOverloaded. Initializes a new instance of the class.
    Protected Properties
     NameDescription
    Protected PropertyGets a value indicating whether this image file has been disposed of.
    Protected PropertyGets the source of the image file.
    Public Methods
     NameDescription
    Public MethodOverloaded. Packs (removes unused space) the image file and saves to specified stream.
    Public MethodOverloaded. Saves image file to the specified stream. Current source of the image file will not be changed.
    Public MethodOverloaded. Saves the image file to the specified stream and switches the image file to the specified stream. Previous source of the image file will be closed without save changes.
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Releases all resources used by this object.
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the ImageFile<TPage,TPageCollection> is reclaimed by garbage collection.
    Protected MethodParses the image file.
    See Also